OTData Constant
When transferring data that is noncontiguous, you need to use anOTData
buffer instead of theTNetbuf
structure. Open Transport provides a constant that you can use when you send or receive data to indicate that the value in theTNetbuf
structure is actually a pointer to anOTData
buffer.
enum { kNetbufDataIsOTData= (size_t)0xfffffffeU };